GET https://api.storenvy.com/v1/store/templates

Get a list of your page Templates.

Example response:
{
  "data": {
    "templates": [
      {
        "id": 1,
        "name": "Home",
        "category": "theme",
        "content": "<template_html>",
        "use_default": true,
        "use_layout": true,
        "permalink": "home",
        "updated_at": "2013-10-31T19:31:11-05:00"
      }
    ]
  },
  "meta": {
    "code": 200,
    "api_version": "1.0"
  }
}

The Storenvy API is in private beta.
Be one of the first to get access.

Request a Beta Invite